'宣言 Public Function New( _ Optional ByVal collections As System.Collections.Generic.IEnumerable(Of IDataCollection(Of T)) _ )
public C1SequenceDataCollection<T>( System.Collections.Generic.IEnumerable<IDataCollection<T>> collections )
パラメータ
- collections
- A collection of data-collections that will appear as a single collection one after the other.